<%include file="_head.html"/>
<%include file="_sidebar.html" />

PANEO [基本設定]



<% img_alt = ( scfg.get('SITEIMAGE') if scfg.get('SITEIMAGE') else {} ) %> %for i in range(1,6):
画像 FILE UPLOAD
アップロードした画像を削除する場合はチェックしてください。 画像代替えテキスト %if site_img[ 'site_img%s_file' % i ][0] : <% t = '
%s
' % ( web.ctx.host , site_img['site_img%s_file' % i ][1] , img_alt.get('site_img%s_alt'%i) ) %> 画像タグ
${ t| h }
%endif

%endfor %if web.ctx.session.get('admin') :

注意 menu.htmlから自動生成はすべてのファイルがftpでアップされている必要があります。知識のある制作者の方のみご指定ください。

%else:
%endif

<%include file="_footer.html" />